Skip to content

Fix errors about implicit "this" capture in C++20 mode#1827

Open
vadz wants to merge 1 commit intomicrosoft:masterfrom
vadz:c++20
Open

Fix errors about implicit "this" capture in C++20 mode#1827
vadz wants to merge 1 commit intomicrosoft:masterfrom
vadz:c++20

Conversation

@vadz
Copy link
Contributor

@vadz vadz commented May 22, 2025

Capture "this" explicitly when using C++20, while still not doing it for the earlier versions of the language as it is explicitly not allowed in C++17.

Capture "this" explicitly when using C++20, while still not doing it for
the earlier versions of the language as it is explicitly not allowed in
C++17.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant